home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE toolbarbutton SYSTEM "chrome://clickclean/locale/clickclean.dtd">
- <?xml-stylesheet href="chrome://clickclean/skin/clickclean.css" type="text/css"?>
-
- <!--
- Click&Clean Firefox Extension
- <http://www.hotcleaner.com/>.
- Copyright Mixesoft(c)Project 2004-2010
- <http://www.mixesoft.com/>
- -->
-
- <overlay id="clickcleanOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://clickclean/content/js/clickclean.js" />
-
- <toolbar id="BrowserToolbarPalette">
- <toolbarbutton id="clickcleanbutton"
- type="menu-button"
- class="toolbarbutton-1"
- label="Cleaner"
- tooltiptext="&toolbar.button;"
- oncommand="clickClean();" >
- <menupopup id="ccmp">
- <menuitem oncommand="clickClean(0);event.stopPropagation();" class="menuitem-iconic" image="chrome://clickclean/skin/icon16.png" label="&erase;" key="erase" />
- <menuitem oncommand="clickClean(0,2);event.stopPropagation();" class="menuitem-iconic" image="chrome://clickclean/skin/atabs16.png" label="&tab-act;" key="tab-act" tooltiptext="&tab-act.title;" />
- <menuitem oncommand="clickClean(0,1);event.stopPropagation();" class="menuitem-iconic" image="chrome://clickclean/skin/tabs16.png" label="&tab-new;" key="tab-new" tooltiptext="&tab-new.title;"/>
- <menuitem oncommand="openDialog('chrome://clickclean/content/options.xul','_new','chrome,centerscreen');event.stopPropagation();" class="menuitem-iconic" image="chrome://clickclean/skin/tools16.png" label="&tools;" key="tools" tooltiptext=""/>
- <menuseparator/>
- <menuitem oncommand="gBrowser.selectedTab = gBrowser.addTab('about:cache');event.stopPropagation();" class="menuitem-iconic" image="chrome://clickclean/skin/cache16.png" label="&cache;" tooltiptext="" />
- <menuseparator/>
- <menuitem oncommand="gBrowser.selectedTab = gBrowser.addTab('http://www.hotcleaner.com/clickclean_firefox.html');event.stopPropagation();" class="menuitem-iconic" style="color:#BD380B;" image="chrome://clickclean/skin/home16.png" label="&help;" tooltiptext="&help.title;" />
- <menuitem oncommand="gBrowser.selectedTab = gBrowser.addTab('http://www.hotcleaner.com/app/clickclean_forum.php?b=f&l='+navigator.language);event.stopPropagation();" class="menuitem-iconic" style="color:#008300;" image="chrome://clickclean/skin/forum16.png" label="&forum;" tooltiptext="&forum.title;" />
- <menuitem oncommand="gBrowser.selectedTab = gBrowser.addTab('http://twitter.com/clickclean');event.stopPropagation();" class="menuitem-iconic" style="color:#068DB8;" image="chrome://clickclean/skin/twitter16.png" label="&twitter;" tooltiptext="&twitter.title;" />
- </menupopup>
- </toolbarbutton>
-
- </toolbar>
- <keyset>
- <key id="erase" modifiers="alt" key="C" oncommand="clickClean(0);" />
- <key id="tab-act" modifiers="alt" key="L" oncommand="clickClean(0,2);" />
- <key id="tab-new" modifiers="alt" key="N" oncommand="clickClean(0,1);" />
- <key id="tools" modifiers="alt" key="P" oncommand="openDialog('chrome://clickclean/content/options.xul','_new','chrome,centerscreen');" />
- </keyset>
- </overlay>
-